@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; font-family: "微软雅黑"; box-sizing:border-box;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}


/* 导航栏 */
.header{width:100%; height: 166px; position: absolute; top:0; left:0; z-index: 9}
.logo{width:312px; height: 165px; background: url(../images/logo.png) no-repeat center; position: absolute; top:0; left:50%; z-index: 9; margin-left:-156px }
.header_top{width:1200px; height: 54px; margin: 0px auto; line-height: 54px;}
.header_top .huanying{font-size: 14px; color: #333; float: left}
.h_dh{float: right; background: url(../images/s_dh.png) no-repeat left center; padding-left: 30px;}
#menu{ height:58px; width:100%; background: #4a494f}
#menu .nav{ position:relative; z-index:1;  margin: 0 auto; width: 1200px; height: 100%;}
#menu .nav a{ color:#a0a0a0;}
#menu .nav .nLi{ float:left;  position:relative; display:inline; height: 100%; width:111px; line-height: 58px;}
#menu .nav .nLi h3{ font-weight: normal; width:100%; text-align:center; font-size:15px; z-index: 2; position: relative; color:#fff;height:58px; }
#menu .nav .nLi h3 a{color:#fff;  overflow: hidden; width: 100%; height: 100%; display: block}
#menu .nav .sub{ display:none; width:100%; left:0;   top:58px;  position:absolute; background:#ddd;  line-height:36px; }
#menu .nav .sub li{ zoom:1; }
#menu .nav .sub a{ display:block; text-align: center; height: 36px;font-size: 14px;  color:#222e48;}
#menu .nav .sub a:hover{ color:#e15323; }
#menu .nav .nLi .sub a:hover{ color:#e15323;}
#menu .nav .active,#menu .nLi:hover{background:#e15323}
#menu .nav .nLi h3 p{height:60px; line-height:60px;}
.nli_nav{margin-left:312px; }




/* 首页:banner */
.banner{ width:100%;  position:relative;  height:764px;}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{position:absolute;right:50%; margin-right: -40px; bottom:30px;z-index:1;overflow:hidden;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:12px;height:12px; background: #ddd; cursor:pointer; border-radius: 50%;}
.banner .slideBox .hd ul li.on{background:#ff7300}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.ldysc_ban{background: url(../images/banner1.jpg) no-repeat center}
.fdjtc_ban{background: url(../images/banner2.jpg) no-repeat center}


/*分类*/
.index_lei{width:100%; height: auto; background: url(../images/shuye.png) no-repeat left top; overflow: hidden; padding-bottom: 20px; }
.index_lei ul{width:1200px; height: auto; overflow: hidden; margin: 40px auto;}
.index_lei ul li{width:290px; height: 200px; float: left; position: relative;  margin-right:13px; overflow: hidden}
.index_lei ul li img{width:100%; height: 100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_lei_hover{width:100%; height: 100%; position: absolute; top:0; left:0; text-align: center; padding-top: 70px;}
.index_lei_hover h3{font-size: 16px; color: #000; font-weight: bold; line-height: 40px;}
.index_lei ul li:last-child{margin-right: 0}
.index_lei ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_biaodan{width:1200px; height: 275px; box-shadow: 1px 1px 8px rgba(0,0,0,0.5); background: #fff; margin: 0px auto;}
.index_biaodan .index_biaodan_left{width:90px; height: 100%; float: left; background: #e15323; writing-mode:tb-rl; font-size: 24px; color: #ffffff; font-weight: bold;}
.index_biaodan_left p{width:100%; height: 100%; line-height:90px; padding-top: 20px; letter-spacing:5px; padding-top: 30px;}
.index_biaodan_right{width:1110px; height: 100%; float: left;  padding: 35px 60px 15px 44px;}
.in_text_top{width:100%; height: 44px; margin-bottom: 12px;}
.in_chtext{width:490px; height: 44px; border: 1px solid #d2d2d2; float: left}
.in_chtext p,.in_dhtext p,.in_text_center p{font-size: 16px; height: 100%; color: #e15323; font-weight: bold; border-right:1px solid #d2d2d2; text-align: center; line-height: 44px; width: 50px; float: left}
.in_chtext input[type="text"],.in_dhtext input[type="text"]{width:438px; height: 100%; float: left; border: 0; padding: 0px 15px}
.in_dhtext{width:490px; height: 44px; border: 1px solid #d2d2d2; float: right}
.in_text_center{width:100%; height: 44px; overflow: hidden}
.in_mjtext{width:314px; height: 44px; border: 1px solid #d2d2d2; float: right}
.in_mjtext input[type="text"]{width:240px; height: 100%; float: left; border: 0; padding: 0px 15px}
.in_mjtext i{float: right; font-size: 12px; color: #000;  line-height: 44px; font-style: normal; margin-right: 5px;}
.in_fxtext{width:335px; height: 44px; float: left; border: 1px solid #d2d2d2; margin-left: 20px;}
.in_fxtext input[type="text"]{width:280px; height: 100%; float: left; border: 0; padding: 0px 15px}
.in_xqtext{width:317px; height: 44px; float: left; border: 1px solid #d2d2d2;}
.RadioStyle input {display: none}
.RadioStyle label {
	background:url(../images/ch_hui.png) no-repeat left center;
	color: #666666;
	padding-left: 20px;
	line-height: 28px;
	float: left;
	margin-right:25px;
	height: 100%; line-height: 44px; font-size: 14px;}
.RadioStyle input:checked + label {background:url(../images/ch_huang.png) no-repeat left center;color: #e15323}
.RadioStyle input:disabled + label {opacity: 0.7;}
.RadioStyle{width:265px; float: left; height: 100%; line-height: 42px; padding-left: 20px;}
.in_text_bottom{width:100%;  height: 44px;  border: 1px solid #d2d2d2; margin-top: 12px; margin-bottom: 20px;}
.in_text_bottom p{font-size: 16px; height: 100%; color: #e15323; font-weight: bold; border-right:1px solid #d2d2d2; text-align: center; line-height: 44px; width:85px; 
	float: left}
.in_radio{width:905px; float: left; height: 100%; line-height: 42px; padding-left: 20px;}
.in_radio input {display: none}
.in_radio label {
	background:url(../images/ch_hui.png) no-repeat left center;
	color: #666666;
	padding-left: 20px;
	line-height: 28px;
	float: left;
	 margin: 0px 15px;
	height: 100%; line-height: 44px; font-size: 14px;}
.in_radio input:checked + label {background:url(../images/ch_huang.png) no-repeat left center;color: #e15323}
.in_radio input:disabled + label {opacity: 0.7;}
.in_submit{width:224px; height: 46px; background: #e15323; line-height: 46px; font-size: 14px; color: #fff; border: 0; margin: 0px auto; display: block; cursor: pointer}






/*工程案列*/
.index_case{margin-top: 54px; width: 100%; height: auto; overflow: hidden; background: #fff;}
.index_news_t{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_t h3{font-size: 30px; color: #4a494f; font-weight: bold;}
.index_news_t h3 span{color:#e15323}
.index_news_t p{font-size: 24px; color: #4a494f; font-weight: bold; font-family: "Arial"; text-transform:Uppercase; margin-top: 10px;}
.index_case_nav{width:auto; display: table; margin:40px auto;}
.index_case_nav a{width:105px; height: 38px; border: 1px solid #b5b5b5; font-size: 14px; line-height: 36px; float: left; margin: 0px 10px; text-align: center; border-radius: 25px}
.index_case_nav a:hover{background: #e15323; color: #fff; border: 0}
.swiper-container{
	margin-top:50px;
}	
.swiper-slide{width:1200px;position:relative}
.swiper-slide a{transition: 0.2s;}	
.swiper-slide a img{width:100%; height: auto; display: block}

.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	margin:0 5px;
	background:#02328d;
}
.swiper-button-prev{
	width:39px;
	height:39px;
	background: url(../images/case_left.jpg) no-repeat;
	transition: 0.2s;
	top:75%;
	right:33%; 
	left:auto
		
	}	

.swiper-button-next{
	width:39px;
	height:39px;
	background: url(../images/case_right.jpg) no-repeat;
	z-index:99;
	transition: 0.2s;
	top:75%;
	right:30%	
}
.swiper-button-prev:hover{background: url(../images/case_hleft.jpg) no-repeat;}
.swiper-button-next:hover{background: url(../images/case_hright.jpg) no-repeat;}
.index_case_info{width:370px; height: 100%; position: absolute; top:0; right:0; background: rgba(225,83,35,0.66); padding: 99px 50px 0; opacity: 0}
.index_case_info h3{font-size: 24px; color: #fff; font-weight: bold; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_case_info p{font-size: 16px; color:#fff; line-height: 40px; margin: 8px 0}
.index_case_info span{width:140px; height: 34px; border: 1px solid #fff; text-align: center; line-height: 34px; font-size: 16px; color:#fff; display: block; 
	margin-top: 50px;}
.swiper-slide-active .index_case_info{opacity: 1}






/*关于我们*/
.index_about{width:100%;  height:791px; background: url(../images/about_bj.jpg) no-repeat center; padding-top: 92px;}
.index_about_right{width:530px;  height: auto; float: right; margin-top: 110px;}
.index_about_right h3{font-size: 16px; color: #333333; font-weight: bold; background: url(../images/ab_xs.png) no-repeat left center; padding-left:10px;}
.in_abinfo{width:100%; height: auto; margin: 25px 0 ;}
.in_abinfo a{font-size: 16px; color: #333333; line-height:30px;}
.about_more{width:109px;  height:40px;  border: 1px solid #b5b5b5; color: #666666;  border-radius: 25px; line-height:38px;
    text-align: center;  display: block;  font-size: 14px; margin: 20px 0 60px}
.in_about_jj{width:100%;  height: auto; overflow: hidden}
.in_about_jj h4{font-size: 24px; color: #333; }
.in_about_jj p{font-size:16px; color: #333; background: url(../images/s_dh.png) no-repeat left center; padding-left: 25px; line-height: 44px;}
.in_about_jj p span{font-size: 36px; color:#e46237; font-weight: bold;}
.in_about_jj p i{float: left; font-style: normal}
.about_more:hover{background:#e15323;  color:#fff; border:0}


/*团队*/
.index_team{width:100%; height:774px; background: url(../images/team_bj.jpg) no-repeat center; padding-top: 90px;}
.index_team_t{width:100%; height: auto; overflow: hidden; text-align: center}
.index_team_t h3{font-size: 30px; color: #fff; font-weight: bold;}
.index_team_t h3 span{color:#e15323}
.index_team_t p{font-size: 24px; color: #4a494f; font-weight: bold; font-family: "Arial"; text-transform:Uppercase; margin-top: 10px;}
.index_team .Box {position: relative; width:100%;  height: auto; margin-top:60px; }
.index_team .Box .Box_con {position: relative;}
.index_team .Box .Box_con .conbox {position: relative; overflow: hidden; width:100%; margin: 0px auto; }
.index_team .Box .Box_con .conbox ul {position: relative;list-style: none;}
.index_team .Box .Box_con .conbox ul li {float: left; width:290px; height:363px; margin-left:13px; position: relative; overflow: hidden; }
.index_team .Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.index_team .Box .Box_con .conbox ul li img{transition: all 0.5s; width:100%; height:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.team_info{width:100%; height: 94px; background: rgba(255,255,255,0.84); padding:10px 20px; position: absolute; bottom:29px}
.team_info p{width:100%; height: auto; line-height:24px; font-size: 14px; color: #4a494f}
.pro_info{width:100%; height: 29px; background: #e15323; text-align: center; line-height: 29px; font-size: 14px; color: #fff; position: absolute; bottom:0; left:0}
.Box .Box_con .btn {display: block;width:17px;height:31px;cursor: pointer;  text-align: center; position: absolute; top:50%;  margin-top: -30px;  }
.Box .Box_con .btnl {float: left; background: url(../images/team_left.png) no-repeat; left:-60px;}
.Box .Box_con .btnr { float: right; background: url(../images/team_right.png) no-repeat; right:-50px;}
.in_team_xx{width:100%; height: 100%; position: absolute; top:0; left:0;  background: rgba(225,83,35,0.84); padding: 70px 20px 0 50px; opacity: 0}
.in_team_xx p{width:100%; height:auto; line-height:24px; font-size: 14px; color: #fff}
.in_team_xx span,.p_yyue{width:84px; height: 25px; border: 1px solid #fff; border-radius: 25px; text-align: center; line-height: 24px; font-size: 14px; color:#fff; display: block;  margin-bottom: 10px }
.p_more{margin-top: 40px;}
.index_team .Box .Box_con .conbox ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_team ul li:hover .pro_info{opacity: 0}
.index_team ul li:hover .team_info{opacity: 0}
.index_team ul li:hover .in_team_xx{opacity: 1}
.team_more{width: 80px;  height: 28px;  border: 1px solid #fff; color: #fff;  border-radius: 25px; line-height: 28px;
    text-align: center;  display: block;  font-size: 14px; margin: 40px auto 0;}
.team_more:hover{background:#e15323; border:0}




/*服务*/
.index_service{width:100%; height: 670px; position: relative; margin-top: 70px;}
.index_service_all{width:100%; height: auto; overflow: hidden; margin-top: 77px;}
.index_service_left{width:601px; height: auto; float: left}
.in_ser_lpic{width:100%; height: auto; overflow: hidden}
.in_ser_lpic img{width:100%; display: block}
.in_ser_lxx{width:396px; height: 50px; line-height: 40px; font-size: 16px; float:right; color: #333333; background: url(../images/s_dh.png) no-repeat left center; padding-left: 30px; margin-top: 40px; margin-left: 152px;}
.in_ser_lxx span{font-size: 36px; color: #e46237; font-weight: bold;  font-family: "Arial"}
.index_service_right{width:570px; height: auto; float: right; padding-top:50px; }
.index_service_right .in_ser_more{width:177px; height: 50px; background: #e15323 url(../images/s_jt.png) no-repeat 138px center; line-height: 50px; font-size: 16px; color: #fff; border-radius: 25px; margin-top:45px; }
.in_ser_more a{color:#fff; width: 100%; height: 100%; display: block; padding-left: 20px;}
.ser_yuan{width:100%; height: 96px; border: 1px solid #c49e6c; border-radius: 50px;}
.in_ser_lc{width:100%; height: auto; overflow: hidden; position: relative}
.in_ser_xx{width:100%; height: 92px;  padding: 0px 19px; margin-bottom: -6px;}
.in_service_info{width:80px; height: auto; float: left; text-align: center}
.in_service_info h4{font-size: 16px; color: #333333; font-weight: bold; line-height: 30px;}
.in_service_info p{font-size: 14px; color: #333333; line-height: 30px;}
.in_service_info i{width:12px; height: 12px; background: #4a494f; border-radius: 50%; display: block; margin: 20px auto 0;}
.ser_jt{width:12px; height: 100%; float: left; margin: 5px 10px 0}
.in_ser_bottom .in_service_info i{margin: 0px auto 20px;}
.in_ser_bottom .in_service_info{margin-top: -6px; }
.in_ser_bottom{position: relative; z-index: 9}
.in_ser_bottom .ser_jt{padding-top:26px;}
.in_ser_pic1{width:294px; height: auto; position: absolute; top:50px; left:0; z-index: 9}
.in_ser_pic2{width:380px; height: auto; position: absolute; bottom:-40px; left:100px; z-index: 9}
.in_service_info:hover h4,.in_service_info:hover p{color:#e46237}
.in_service_info:hover i{background:#e15323}
.in_ser_pic1 img,.in_ser_pic2 img{width:100%; height:auto; display:block;}



/*vr*/
.index_vr{width:100%; height: auto; overflow: hidden; background: #eeeeee; padding: 52px 0 78px;}
.index_vr ul{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.index_vr ul li{width:391px; height: auto; float: left; margin-right: 10px;}
.index_vr ul li:last-child{margin-right: 0}
.in_vrpic{width:100%; height: 220px; overflow: hidden}
.in_vrpic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.in_vricon{width:61px; height: 61px; display: block; margin:-30px auto 0; position:relative}
.vr_more{width:80px; height: 28px; border: 1px solid #e15323; color: #e15323; border-radius: 25px; line-height: 28px; text-align: center; display: block; font-size: 14px; margin: 40px auto 0;}
.vr_more:hover{background:#e15323; color:#fff}
.index_vr ul li:hover .in_vrpic img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-bottom:30px; margin-top: 70px;}
.index_news_left{width:596px; height:auto; float: left; margin-top: 50px;}
.in_news_nav{width:100%;  height: 60px; background: #eeeeee; line-height: 60px; padding: 0px 10px;}
.in_news_nav h3{font-size: 24px; color: #333333; font-weight: bold; float: left}
.in_nav_right{float: right;}
.in_nav_right a{font-size: 16px; color: #4a494f; line-height: 60px; margin: 0px 10px;}
.in_nav_right a:hover{color:#e15323}
.index_news_right{width:596px; height:auto; float: right;  margin-top: 50px;}
.in_news_top{width:100%; height:199px; overflow: hidden; margin-top: 10px;}
.in_news_top .in_news_pic{width:322px; height: 199px;overflow: hidden; float: left}
.in_news_top .in_news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s; }
.in_news_top:hover .in_news_pic img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.in_news_top:hover h3,.in_news_top:hover p,.in_news_top:hover span{color:#e15323}


.in_news_info{width:274px; height: auto; padding: 10px 15px; float: left}
.in_news_info h3{font-size: 16px; color: #333; line-height: 35px; width: 100%; height:35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_news_info span{font-size: 14px; color: #666666; line-height: 30px; width: 100%; height:30px; }
.in_news_info p{font-size: 14px; color: #666666; line-height:28px; width: 100%; height:115px;word-break:break-all;display:-webkit-box; -webkit-line-clamp:4;
  -webkit-box-orient:vertical; overflow:hidden; }
.index_news ul{width:1250px; height: auto; overflow: hidden; margin: 20px auto 0; padding:15px;}
.index_news ul li{width:290px; height: 80px; background: #fff; box-shadow: 1px 1px 8px rgba(0,0,0,0.2); float: left; margin-bottom: 15px; padding:15px 23px 0; margin-right: 14px;}
.index_news ul li:nth-child(4n){margin-right: 0}
.index_news ul li i{width:18px; height: 18px; background: url(../images/n_jt.png) no-repeat center; display: block; float: right; margin-top: 20px}
.in_news_lxx{width:220px; height: 100%; float: left}
.in_news_lxx h3{width:100%; height:30px; line-height:30px; font-size: 16px; color: #333333;  text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.in_news_lxx p{font-size: 14px; color: #666666; line-height: 24px;}
.index_news ul li:hover h3,.index_news ul li:hover p{color:#e15323}



/*快捷*/
.index_kuaijie{width:1200px; height:auto; line-height:50px; overflow: hidden;  border: 1px solid #dcdcdc; margin: 0px auto 40px;}
.index_kuaijie p{ color: #333333; float: left; font-size: 14px; background: #dcdcdc;  width: 96px; text-align: center}
.index_kuaijie a{float: left; width:auto; text-align: center; font-size:14px; color: #333333; margin: 0px 10px;  line-height: 50px;}
.index_kuaijie a:hover{color:#e15323}


/*底部*/
.footer{width:100%; height: 406px; overflow: hidden;  background: url(../images/footer_bj.png) no-repeat center;  padding-top: 60px; padding-bottom: 50px;}
.f_logo{width:150px; height: 118px; display: block; margin: -38px auto 0;}
.footer_xx{width:300px; height: auto; float:left }
.footer_xx h3{font-size: 18px; color: #999; font-weight: bold; margin-bottom: 8px;}
.footer_info{width:100%; height: auto; overflow: hidden}
.footer_info p{font-size: 14px; color: #999999; line-height: 26px;}
.footer_input{width:558px; height: auto; overflow: hidden; float: left; margin-left: 20px;}
.footer_input  h3{font-size: 18px; color: #999; font-weight: bold; margin-bottom: 8px;}
.f_input_xx{width:100%; height: auto; overflow: hidden}
.f_input_top{width:100%; height: 40px; }
.f_input_top input[type="text"]{height: 40px; border: 1px solid rgba(255,255,255,0.5); width:272px; float: left; background: none; padding: 0px 10px; font-size:14px; color:#999 }
.f_chehu{float: right!important}
.xuqiu{height: 40px; border: 1px solid rgba(255,255,255,0.5); width:100%; float: left; background: none; padding: 0px 10px; margin-top: 10px; font-size:14px; color:#999 }
.f_submit{width:126px; height: 40px; border: 1px solid rgba(255,255,255,0.5);  background: none; font-size: 14px; color: #999999;  margin-top: 20px;}
.footer_img{width:206px; float: right}
.footer_img  h3{font-size: 18px; color: #999; font-weight: bold; margin-bottom: 8px;}
.footer_pic{width:100px; height: auto; float: left; }
.footer_pic img{width:79px; height:79px; display: block; margin: 0px auto;}
.footer_pic p{font-size: 14px; color: #999999; text-align: center; margin-top: 10px;}
.footer_dizhi{width:770px; float: left;}
.footer_dizhi p{font-size: 14px; color: #fff; padding-left: 30px;}
.footer_dizhi span{font-size: 24px; color:#fff; font-weight: bold; padding-left: 30px; margin-bottom: 20px; display: block}
.copy{clear:both;width:100%;height:60px;color:#999999;font-size:12px;line-height:60px; border-top:1px solid #999999; margin-top: 24px;}
.copy_l{float:left; font-size:12px; color:#999999}
.copy_l a{color:#999999}
.copy_l a:hover{color:#ff7300!important}
.footer_zhichi{width:auto; height:70px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; line-height:70px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:22px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:22px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 12px; color: #999999;}
.footer_zhichi i{ float: left;}





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:200px;
    width: 77px;
    z-index: 11;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}

.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
	 font-size: 14px;
}
.lxfx li {
    background:#e46237;
    height: 60px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}











/*内页banner*/
.ny_ban{width:100%; height: 340px;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.zsgd_ban{background: url(../images/zsgd_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.team_ban{background: url(../images/team_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.zxkt_ban{background: url(../images/zxkt_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}




/*内页底下*/
.m-wh{height:260px;padding:40px 0;background:no-repeat url(../images/bg_icon.jpg);margin-top: 20px}
.m-wh li{float:left;width:25%}
.m-wh li a{display:block;width:102px;height:140px;margin:0 auto 10px;text-align:center}
.m-wh li a img{width:100%;height:102px}
.m-wh li a p{margin-top:7px;font-size:18px}
.m-wh li>p{padding:0 7%;font-size:14px;text-align:center}
.f-ct{width:1200px;margin:0 auto; font-size:14px; color:#666;  line-height:24px; margin-top:30px;}
.f-cl:after{display:block;content:".";height:0;visibility:hidden;overflow:hidden;clear:both}



.p-tit{height:70px;line-height:65px;border-bottom:1px solid #ebebeb}
.p-tit h2{float:left;color:#e15323;font-size:26px;font-weight: bold}
.m-crm{margin-left:15px;color:#999;font-size:12px;font-weight:400}
.m-crm a{margin:0 3px;color:#999;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.m-crm a:hover{color:#333;text-decoration:underline}
.p-tit ul{float:right}
.p-tit ul li{float:left;margin:0 15px}
.p-tit ul li a{display:block;height:69px;line-height:73px;color:#666;font-size:16px;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.p-tit ul li.active a,.p-tit ul li:hover a{color:#e15323}
.p-tit ul li.active,.p-tit ul li:hover{border-bottom:2px solid #e15323}

.p-ct{line-height:26px;padding:50px 0 60px;color:#666;font-size:14px; overflow:hidden; width: 100%;}
.p_case{padding:50px 0 60px;color:#666;font-size:14px;}
.p-ct .index_wen_1{width:100%;margin-top: 20px}
.p-ct .tit{margin-bottom:25px;text-align:center}
.p-ct .tit h2{color:#333;font-size:30px}
.p-ct .tit p{line-height:26px;margin-top:20px;color:#999;font-size:16px}


/*新闻*/
.new-list{margin-top:-10px; margin-bottom: 15px;}
.new-list li{height:200px;padding:20px;border-top:1px solid #fff;border-bottom:1px solid #ebebeb}
.new-list li:hover{background:#f2f2f2;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}
.new-list li:hover h3{color:#e15323}
.new-list li:hover .more{color:#e15323;border:1px solid #e15323}
.new-list li>*{float:left}
.new-list .f-imgfd-img{width:272px;height:100%;margin-right:30px;overflow:hidden}
.new-list .f-imgfd-img img{width:100%; height: 100%;}
.new-list li .f-imgfd-li{width:855px;height:100%}
.new-list h3{margin-bottom:15px;color:#333;font-size:24px}
.new-list .time{color:#999;background:no-repeat url(../images/news_time.png) left center; padding-left: 25px}
.new-list .more{display:block;width:140px;height:34px;line-height:34px;color:#999;text-align:center;border:1px solid #999; display: block; margin-top: 8px;}
.f-xx{width:100%; height: 46px; overflow: hidden; margin-bottom:6px; color:#666}

.pro-list{width:1200px;margin:0 auto}
.pro-list li{position:relative;float:left;width:288px; margin-right:15px; margin-bottom:10px;}
.pro-list li b{display:block;width:100%;overflow:hidden; height:auto; border:1px solid #eee}
.pro-list li b img{width:100%; height:auto;  display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.pro-list li p{line-height:26px;text-align:center; width:100%; height:35px; line-height:35px; font-size:16px; color:#333; text-overflow:ellipsis; overflow:hidden}
.pro-list li p.active{visibility:hidden}
.pro-list li h3{font-size:24px}
.pro-list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.pro-list li:nth-child(4n){margin-right:0}

.pro-list3{width:1200px;margin:0 auto; overflow: hidden}
.img-list li{float:left;margin:0 20px 20px 0;}
.img-list li a{display:block;width:280px;height:100%;overflow:hidden}
.img-list li a div{width:100%;overflow: hidden;}
.img-list li a img{width:100%;transform: scale(1); transition: all 1s ease 0s; -webkit-transform: scale(1); -webkit-transform: all 1s ease 0s;}
.img-list li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.img-list li p{height:30px;line-height:30px;text-align:center;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s; color:#666; height:35px; line-height:35px;}
.img-list li:hover p{color:#231815}



/*联系我们*/
.m-cot{ height: auto; overflow: hidden; margin-top: 30px;}
.m-cot h3{font-size:24px}
.m-cot h3 i{display:block;width:120px;height:3px;margin:25px 0 10px;background:#666}
.m-cot ul{float:left;width:700px}
.m-cot ul li{float:left;margin-right:50px}
.m-cot ul li div{line-height:30px}
.m-cot .ewm{float:right;margin-top:20px; margin-left: 15px;}
.m-cot .ewm img{width:110px;height:110px;border:1px solid #ddd; padding:5px;}
.m-cot .ewm p{text-align:center}
.iw_poi_title{color:#C52;font-size:14px;font-weight:700;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content{font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.keyword_light{margin-bottom:30px}
#newsfoot tr>td:first-child{padding-left:10px;font-size:14px;color:#555}
#newsfoot tr>td:first-child>a{color:#000}
#newsfoot tr>td:last-child{position:relative;top:4px;left:0px}
.proname{padding:20px 0 5px 0}


/*视频弹出css*/
.dlg-video { display: none;position: fixed; top: 0; left: 0;width: 100%;height: 100%;background:rgba(0,0,0,0.5);  z-index: 99;}
.video-show{display:none;position:fixed;top:50%;left:50%;width:580px;height:430px;margin-top:-215px;margin-left:-290px;z-index:999}
.video-show p{height:30px;line-height:30px;padding-left:10px;color:#fff;font-size:14px;background:#333}
.video-show p a{float:right;width:30px;height:30px;background:no-repeat url(../images/close.png) 5px 5px}



	
	/*案列*/
.case_z {
	width: 300px;
	height: auto;
	float: left;
}

.case_z img {
	width: 100%;
	height: auto;
}

.case_y {
	width: 858px;
	height: 373px;
	padding: 20px 50px;
	overflow: hidden;
	color: #333;
	line-height: 32px;
	border: #dbd9d5 1px solid;
	float: right;
}

.case_y h2 {
	background: url(../images/dian.jpg) repeat-x bottom;
	height: 52px;
	margin-bottom: 20px;
	clear: both
}

.case_y h2 span {
	line-height: 50px;
	border-bottom: #e15323 3px solid;
	display: inline-block;
}

.case_x {
	width: 100%;
	min-height: 300px;
	padding: 10px 50px;
	color: #333;
	margin-top: 30px;
	border: #dbd9d5 1px solid;
	float: left;
}

.case_x h2 {
	
	height: 52px;
	margin-bottom: 20px;
	clear: both;
	border-bottom:1px solid #ddd;
}

.case_x h2 span {
	line-height: 50px;
	border-bottom: #e15323 3px solid;
	display: inline-block;
}



@media screen and (max-width:1440px){
	.in_ser_pic2{left:0px; width:280px;}
	.in_ser_pic1{width:225px;}
	
}